home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / mailx4 / msgform.fr_ / msgform.bin (.txt)
Encoding:
Visual Basic Form  |  1996-09-15  |  6.5 KB  |  225 lines

  1. VERSION 2.00
  2. Begin Form MsgForm 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "Message Form"
  6.    ClientHeight    =   3975
  7.    ClientLeft      =   1290
  8.    ClientTop       =   4140
  9.    ClientWidth     =   6285
  10.    Height          =   4350
  11.    Left            =   1245
  12.    LinkTopic       =   "Form1"
  13.    MDIChild        =   -1  'True
  14.    ScaleHeight     =   3975
  15.    ScaleWidth      =   6285
  16.    Top             =   3810
  17.    Width           =   6375
  18.    Begin ComboBox szFileList 
  19.       Height          =   300
  20.       Left            =   1320
  21.       TabIndex        =   15
  22.       Top             =   2655
  23.       Width           =   1935
  24.    End
  25.    Begin MReci MReci1 
  26.       AddRecipientClass=   1  '1- TO:
  27.       AddressCaption  =   ""
  28.       AddressEditNum  =   3
  29.       BindString      =   "MMsg1"
  30.       DetailModifiable=   -1  'True
  31.       DisplayErrors   =   0   'False
  32.       FetchType       =   0  '0- Originator
  33.       Height          =   420
  34.       Left            =   120
  35.       ResolveDialog   =   -1  'True
  36.       Top             =   1635
  37.       Width           =   420
  38.    End
  39.    Begin MFile MFile1 
  40.       BindString      =   "MMsg1"
  41.       DisplayDialog   =   0   'False
  42.       DisplayErrors   =   0   'False
  43.       Height          =   420
  44.       Left            =   690
  45.       Top             =   1635
  46.       Width           =   420
  47.    End
  48.    Begin TextBox szOriginator 
  49.       Height          =   375
  50.       Left            =   4440
  51.       TabIndex        =   14
  52.       Top             =   2640
  53.       Width           =   1575
  54.    End
  55.    Begin SSPanel Panel3D1 
  56.       BackColor       =   &H00C0C0C0&
  57.       BevelInner      =   1  'Inset
  58.       Font3D          =   0  'None
  59.       Height          =   615
  60.       Left            =   -15
  61.       TabIndex        =   8
  62.       Top             =   0
  63.       Width           =   6300
  64.       Begin CommandButton BtnSend 
  65.          Caption         =   "Send"
  66.          Height          =   420
  67.          Left            =   4290
  68.          TabIndex        =   16
  69.          Top             =   75
  70.          Width           =   1125
  71.       End
  72.       Begin CommandButton BtnForward 
  73.          Caption         =   "Forward"
  74.          Height          =   420
  75.          Left            =   2865
  76.          TabIndex        =   11
  77.          Top             =   75
  78.          Width           =   1155
  79.       End
  80.       Begin CommandButton btnReply 
  81.          Caption         =   "Reply"
  82.          Height          =   420
  83.          Left            =   1440
  84.          TabIndex        =   10
  85.          Top             =   75
  86.          Width           =   1170
  87.       End
  88.       Begin CommandButton BtnHide 
  89.          Caption         =   "Hide Msg"
  90.          Height          =   420
  91.          Left            =   105
  92.          TabIndex        =   9
  93.          Top             =   75
  94.          Width           =   1125
  95.       End
  96.    End
  97.    Begin MMsg MMsg1 
  98.       BindString      =   "FormTag2.MSess1"
  99.       BodyAsFile      =   0   'False
  100.       DisplayErrors   =   0   'False
  101.       DisplaySendDialog=   -1  'True
  102.       EnvelopeOnly    =   0   'False
  103.       FetchMsgType    =   ""
  104.       Height          =   420
  105.       Left            =   285
  106.       MarkAsRead      =   -1  'True
  107.       SortMsg         =   0   'False
  108.       SuppressAttach  =   -1  'True
  109.       TimeFormat      =   "%I:%M:%S %p. %B %d, %Y "
  110.       Top             =   3480
  111.       UnreadOnly      =   0   'False
  112.       Width           =   420
  113.       WorkingMsg      =   0  '0- Inbox Message
  114.    End
  115.    Begin MForm MForm1 
  116.       Height          =   300
  117.       Left            =   4035
  118.       MXFormName      =   "FormTag4"
  119.       Top             =   3630
  120.       Width           =   1350
  121.    End
  122.    Begin TextBox szMsgID 
  123.       Height          =   495
  124.       Left            =   1320
  125.       TabIndex        =   7
  126.       Top             =   3120
  127.       Width           =   4695
  128.    End
  129.    Begin TextBox szTime 
  130.       Height          =   375
  131.       Left            =   1200
  132.       TabIndex        =   6
  133.       Top             =   2160
  134.       Width           =   4815
  135.    End
  136.    Begin TextBox szNoteText 
  137.       Height          =   855
  138.       Left            =   1200
  139.       MultiLine       =   -1  'True
  140.       TabIndex        =   3
  141.       Top             =   1200
  142.       Width           =   4815
  143.    End
  144.    Begin TextBox szSubject 
  145.       Height          =   375
  146.       Left            =   1200
  147.       TabIndex        =   1
  148.       Top             =   720
  149.       Width           =   4815
  150.    End
  151.    Begin Label Label6 
  152.       BackColor       =   &H00C0C0C0&
  153.       Caption         =   "Attachments:"
  154.       Height          =   375
  155.       Left            =   120
  156.       TabIndex        =   13
  157.       Top             =   2640
  158.       Width           =   1215
  159.    End
  160.    Begin Label Label5 
  161.       BackColor       =   &H00C0C0C0&
  162.       Caption         =   "Originator:"
  163.       Height          =   375
  164.       Left            =   3450
  165.       TabIndex        =   12
  166.       Top             =   2685
  167.       Width           =   960
  168.    End
  169.    Begin Label Label4 
  170.       BackColor       =   &H00C0C0C0&
  171.       Caption         =   "Message ID:"
  172.       Height          =   375
  173.       Left            =   120
  174.       TabIndex        =   5
  175.       Top             =   3240
  176.       Width           =   1215
  177.    End
  178.    Begin Label Label3 
  179.       BackColor       =   &H00C0C0C0&
  180.       Caption         =   "Time:"
  181.       Height          =   270
  182.       Left            =   150
  183.       TabIndex        =   4
  184.       Top             =   2235
  185.       Width           =   855
  186.    End
  187.    Begin Label Label2 
  188.       BackColor       =   &H00C0C0C0&
  189.       Caption         =   "Note Text:"
  190.       Height          =   375
  191.       Left            =   120
  192.       TabIndex        =   2
  193.       Top             =   1200
  194.       Width           =   975
  195.    End
  196.    Begin Label Label1 
  197.       BackColor       =   &H00C0C0C0&
  198.       Caption         =   "Subject:"
  199.       Height          =   375
  200.       Left            =   120
  201.       TabIndex        =   0
  202.       Top             =   720
  203.       Width           =   855
  204.    End
  205. Sub BtnForward_Click ()
  206.     MMsg1.NoteText = szNoteText
  207.     MMsg1.Action = ACTION_FORWARD
  208.     MMsg1.Action = ACTION_SENDMSG
  209. End Sub
  210. Sub BtnHide_Click ()
  211.     Unload Me
  212. End Sub
  213. Sub btnReply_Click ()
  214.     MMsg1.Action = ACTION_REPLY
  215.     MMsg1.Action = ACTION_SENDMSG
  216. End Sub
  217. Sub BtnSend_Click ()
  218.     MMsg1.Subject = szSubject
  219.     MMsg1.NoteText = szNoteText
  220.     MMsg1.Action = ACTION_SENDMSG
  221.     If MMsg1.ErrorNum <> 0 Then
  222.         MsgBox "Error Sending Message"
  223.     End If
  224. End Sub
  225.